home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Outils / NetCacheBack 0.9d6 ƒ / NetCacheBack Prefs < prev    next >
Text File  |  1996-05-12  |  1KB  |  28 lines

  1. ; NetCacheBack 0.9d6 Preference file
  2. ; Sorry, this format much likes to *.rc or WIN.INI, instead of MacOS ;-)
  3. ;
  4. ; How to install this Preference file "NetCacheBack Prefs"
  5. ; --> put this file in Preferences folder of System Folder
  6.  
  7. ; Ignoring Upper/Lower case nor White spaces
  8. ; Syntax: KEYWORD = yes|no{; any comments}[RET]
  9. tracelog=yes    ; does trace the errors to a file log
  10. verbose=yes    ; does show message dialog on error
  11.  Override = NO    ; does not override duplicated files
  12.  
  13. ; Considering Upper/Lower case and White spaces in data, 
  14. ; whose field separator is TAB.
  15. ; Please DO NOT put any White spaces at the TAIL of each line!
  16. ; The pair of quotation marks can be omitted, but please notice 
  17. ; that any spaces following "=" are significant.
  18. ; form = text/plain    TEXT    ttxt  ;;; an incorrect example (maybe)
  19. ; Syntax: KEYWORD ={ "}contentType[TAB]fileType[TAB]creatorType{"}[RET]
  20. form =text/plain    TEXT    ttxt
  21. form = "text/html    TEXT    MOSS"
  22. form = "image/gif    GIFf    JVWR"
  23. form = "image/jpeg    JPEG    JVWR"
  24. form = "application/pdf    PDF     CARO"
  25. form = "application/x-director    FGDM    AFTB"
  26.  
  27. ;;; end of file
  28.